home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT LANGUAGE="JavaScript">
- var browser=navigator.appName;
- var getver = navigator.appVersion.substring(0, 1);
- if ((browser.substring(0, 9) == "Microsoft") && (getver >= 4))
- {
- document.write("<A href=\"%s\">");
- }
- else //this is for everything other than IE4
- {
- document.write("<A href=\"javascript:popit(%s)\">");
- }
- window.name = "right"
- function popit(url,h,w)
- {
- pm = "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=no,scrollbars=no,top=300,left=300";
- pm += ",height=";
- pm += h;
- pm += ",width=";
- pm += w;
- window.open(url, "_popups", pm);
- }
- </SCRIPT>
-